1
2
3
4
5
6
7
8
9
const_guid! { CLSID;
	/// A COM class ID, from which the interfaces are created (`GUID`).
	=>
}

const_guid! { IID;
	/// A COM interface ID, which uniquely identifies the interface (`GUID`).
	=>
}